home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1985 October / 64er_Magazin_85-10_1985_Markt__Technik_de.d64 / xref test (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  197b  |  9 lines

  1. 10 em testprogramm fuer "xref"
  2. 20 read text$,texte$,tex$(1),anzahl
  3. 30 ifan>1e3thengosub1000
  4. 40 printte$an
  5. 50 goto1000
  6. 60 print"*[167]1000[165]*":rem <cbm-m> 1000 <cbm-g>
  7. 70 data "abc,def","uvw:xyz",ttt,3
  8. 1000 printte$"test"
  9.